home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / suptec / update_wxp / prog7.exe / sp1 / update / update.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-05-02  |  4.4 KB  |  140 lines

  1. [Version]
  2.  
  3.     Signature="$Windows NT$"
  4.     NtBuildToUpdate=2600
  5.     MaxNtBuildToUpdate=2600
  6.     NtMajorVersionToUpdate=5
  7.     NtMinorVersionToUpdate=1
  8.     MaxNtMajorVersionToUpdate=5
  9.     MaxNtMinorVersionToUpdate=1
  10.     MinNtServicePackVersion=0
  11.     MaxNtServicePackVersion=0
  12.     ThisServicePackVersion=0
  13.     LanguageType=%LangTypeValue%
  14.     InstallPlatform=0
  15.     CatalogFile=%SP_SHORT_TITLE%.cat
  16.  
  17. [Proxy.DirId]
  18.  
  19.     DirId = 65609
  20.     InstallPathRegistryKey = HKLM,%ProxyRegKey%,InstallRoot
  21.     InstallFromSection = ProxySection
  22.     CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  23.  
  24. [Admt.DirId]
  25.  
  26.     DirId = 65622
  27.     InstallPathRegistryKey = HKLM,%AdmtRegKey%,Directory
  28.     InstallFromSection = AdmtSection
  29.     CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  30.  
  31. [Tsclient.DirId]
  32.  
  33.     DirId = 65624
  34.     InstallPathRegistryKey = HKLM,%TsclientRegKey%
  35.     InstallFromSection = TsclientSection
  36.     CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  37.  
  38. [Pfnw.DirId]
  39.  
  40.     DirId = 65602
  41.     CustomFunction=SpCustom.dll,GetFPNWPathName
  42.     InstallFromSection = PfnwSection
  43.     CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  44.  
  45. [Mts.DirId]
  46.  
  47.     DirId = 65603
  48.     CustomFunction=SpCustom.dll,GetMtsPathName
  49.     InstallFromSection = MtsSection
  50.     CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  51.  
  52. [ProductCatalogsToInstall]
  53.  
  54.     %SP_SHORT_TITLE%.cat, update\%SP_SHORT_TITLE%.cat
  55.  
  56. [ProductInstall.ReplaceFilesIfExist]
  57.  
  58.     CopyFiles=Cache.files
  59.  
  60. [ProductInstall.DontDelayUntilReboot]
  61.  
  62.     CopyFiles=MustReplace.System32.files
  63.  
  64. [ProductInstall.GlobalRegistryChanges.Install]
  65.  
  66.     AddReg=Product.Add.Reg, Product.RunOnce
  67.  
  68. [ProductInstall.GlobalRegistryChanges.ReInstall]
  69.  
  70.     AddReg=Product.Add.Reg, Product.RunOnce
  71.  
  72. [Save.Reg.For.Uninstall]
  73.  
  74.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%
  75.     HKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP%SERVICE_PACK_NUMBER%\%SP_SHORT_TITLE%
  76.  
  77. [Product.Add.Reg]
  78.  
  79.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed",0x10001,1
  80.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Comments",0,%COMMENT%
  81.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Backup Dir",0,""
  82.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Fix Description",0,%COMMENT%
  83.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed By",0,""
  84.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed On",0,""
  85.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Service Pack",0x10001,%SERVICE_PACK_NUMBER%
  86.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Valid",0x10001,1
  87.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"Flags",0,""
  88.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"New File",0,""
  89.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"New Link Date",0,""
  90.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"Old Link Date",0,""
  91.  
  92. [DestinationDirs]
  93.  
  94.     MustReplace.System32.files=11   ; %windir%\system32 (don't delay until reboot)
  95.     Cache.files=65619                   ; %windir%\system32\DllCache (replace if exist)
  96.  
  97. [MustReplace.System32.files]
  98.  
  99.     ntdll.dll
  100.  
  101. [Cache.files]
  102.  
  103.     ntdll.dll
  104.  
  105. [ArchiveCatalogFilesOnly]
  106.  
  107.     %SP_SHORT_TITLE%.cat
  108.  
  109. [SourceDisksNames]
  110.  
  111.     1=%ServicePackSourceFiles%
  112.  
  113. [SourceDisksFiles]
  114.  
  115.     ntdll.dll=1
  116.  
  117. [Strings]
  118.  
  119.     SP_TITLE="Windows XP Hotfix (SP1) Q815021"
  120.     BUILDTIMESTAMP=20030502.110717
  121.     HELPLINK=http://support.microsoft.com?kbid=815021
  122.     LANGTYPEVALUE=0x16
  123.     SP_SHORT_TITLE="Q815021"
  124.     PROXYREGKEY=SYSTEM\CurrentControlSet\Services\WSPSrv\Parameters
  125.     ADMTREGKEY=SOFTWARE\Mission Critical Software\DomainAdmin
  126.     TSCLIENTREGKEY=SOFTWARE\Classes\conman.exe\DefaultIcon
  127.     SERVICE_PACK_NUMBER=1
  128.     COMMENT="Windows XP Hotfix (SP1) Q815021"
  129.     SERVICEPACKSOURCEFILES= "Arquivos de recursos do Hotfix do Windows XP"
  130.  
  131. [Configuration]
  132.  
  133.     EventLogDllName=spmsg.dll
  134.     EventLogKeyName=NtServicePack
  135.     InstallationType=Hotfix
  136.     InstallLogFileName=%SP_SHORT_TITLE%.log
  137.     UnInstallLogFileName=%SP_SHORT_TITLE%Uninst.log
  138.     UnInstallDirName=$NtUninstall%SP_SHORT_TITLE%$
  139.  
  140.